home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPCOPYDIALOG / TOPCOPYDIALOG.txt
Text File  |  2008-11-03  |  872b  |  40 lines

  1. inherited OpCopyDialog: TOpCopyDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Copy'
  4.   Caption = 'Copy to Side'
  5.   ClientHeight = 375
  6.   OnClose = FormClose
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited SelectionGroupBox: TUiGroupBox
  10.     inherited LeftImage: TUiImage
  11.       ImageIndex = imgCopyRight
  12.     end
  13.     inherited RightImage: TUiImage
  14.       ImageIndex = imgCopyLeft
  15.     end
  16.   end
  17.   inherited ActionGroupBox: TUiGroupBox
  18.     Height = 81
  19.     object ActionLbl: TUiLabel
  20.       Left = 16
  21.       Top = 24
  22.       Height = 13
  23.       Caption = 'Copy selected files, folders.'
  24.     end
  25.   end
  26.   inherited FilteredWarningGroupBox: TUiGroupBox
  27.     Top = 248
  28.   end
  29.   inherited BottomPanel: TUiPanel
  30.     Top = 330
  31.     object DontShowAgainEdit: TUiCheckBox
  32.       Left = 8
  33.       Top = 18
  34.       Height = 17
  35.       Caption = '&Don'#39't show again'
  36.       TabOrder = 3
  37.     end
  38.   end
  39. end
  40.